home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / stub / Makedefs < prev    next >
Encoding:
Text File  |  1993-08-31  |  485 b   |  42 lines

  1. NAME = stub
  2. INCS = stub.h
  3. TARGETS = ${LIB} ${LIBDIR}/libstubdraw.a
  4.  
  5. SRCS = \
  6.     comment.c \
  7.     discgrp.c \
  8.     quad.c \
  9.     polylist.c \
  10.     list.c \
  11.     bezier.c \
  12.     bezierlist.c \
  13.     mesh.c \
  14.     ndmesh.c \
  15.     lincoln.c \
  16.     bbox.c \
  17.     inst.c \
  18.     vect.c \
  19.     sphere.c \
  20.     tlist.c \
  21.     stub.c \
  22.     stubdraw.c 
  23.  
  24. OBJS = \
  25.     comment.o \
  26.     discgrp.o \
  27.     quad.o \
  28.     polylist.o \
  29.     list.o \
  30.     bezier.o \
  31.     bezierlist.o \
  32.     mesh.o \
  33.     ndmesh.o \
  34.     lincoln.o \
  35.     bbox.o \
  36.     inst.o \
  37.     vect.o \
  38.     sphere.o \
  39.     tlist.o \
  40.     stub.o \
  41.     stubdraw.o 
  42.